home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission7Strings.script < prev    next >
Text File  |  2002-07-04  |  1KB  |  41 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CBreakRingAndConvoyMission_Strings
  15. {
  16.  
  17.   final static array m_MissionObjectives = array(
  18.       "Prolomit nep°ßtelsk² kruh okolo KuleÜovky ve sm∞ru k zßkladn∞ Pagubino",
  19.       "Dostat se ze sev°enφ a dopravit alespo≥ jednu sov∞tskou jednotku na zßkladnu Pagubino"
  20.     );
  21.  
  22.   final static array m_BonusMissionObjectives = array(
  23.     );
  24.  
  25.   final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
  26.  
  27.   final static string str_BlockingTankDestrMsg_1 = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
  28.   final static string str_BlockingTankDestrMsg_2 = "  ";
  29.  
  30.   final static string str_ConvoyDestroyedMsg_1   = "VAROV┴N═: DoprovßzenΘ jednotky majφ problΘmy. Zb²vajφcφ poΦet jednotek: ";
  31.   final static string str_ConvoyDestroyedMsg_2   = " ";
  32.  
  33.   final static string str_MissionFailedMsg       = "Mise byla ne·sp∞Ünß: VÜechny doprovßzenΘ jednotky jsou zniΦeny.";
  34.  
  35.   final static array m_NavigationPoints = array(
  36.       "Obchvat zßkladny",
  37.       "Pagubino"
  38.     );
  39. }
  40.  
  41.